h1,
h2 {
    color: #2fa170 !important;
}

a {
    color: #2fa170;
}

caption {
    display: none;
}
p {
    font-size: 18px;
    font-family: "Open Sans";
}
/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */

#register-btn-white>a {
    background-color: rgb(47, 161, 112);
    color: white;
}

.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}

.login-link {
    border: 1px solid #2fa170;
    border-radius: 6px;
    margin-right: 10px;
}

/* Footer */

.footer {
    background-color: #2fa170;
    background-color: #2fa170;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}


#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}


.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
a.btn.btn-primary.link {
    background: #30aa44 !important;
    text-decoration: none;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    color:#000;
    border: transparent !important;
    font-weight: bold;
}

.btn-primary:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

.btn-primary:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
/*Styling applied to the 'Oppportunities' page on Straiton's portal*/
.heading {
    color: #000 !important;
    font-family: "Open Sans";
    font-weight: bold;
}
input#btnApplyFilters {
    background: #30aa44 !important;
    text-decoration: none;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    color:#000;
    border: transparent !important;
    font-weight: bold;
    border: 2px solid #000;
}
input#btnApplyFilters:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
input#btnApplyFilters:focus{
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
.vacancy-panel {
    font-size: initial;
    border: 3px solid #30aa44;
    margin-top: 10px;
}
.vacancy-panel-title {
    min-height: initial;
    color: #000 !important;
    font-family: "Open Sans";
    font-weight: bold;
}
.vacancy-panel-label {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-employer-name {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-type {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-salary {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-hours {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-postcode {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
span.vacancy-panel-closing-date {
    font-weight: bold;
    font-family: "Open Sans";
    color: #000;
}
.panel-footer.card-footer.vacancy-panel-footer {
    font-family: 'Open Sans';
    background: #30aa44;
}
a.link.vacancy-panel-link {
    color: #000;
    font-weight: bold;
}
.text-info {
    --bs-text-opacity: 1;
    color: #000 !important;
    font-family: "Open Sans" !important;
}

th {
    font-family: "Open Sans";
    font-weight: bold;
}
input#OpenGoogleDirectionsButton {
    background: #30aa44 !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    color: #000;
    border: transparent !important;
    font-weight: bold;
    border: 2px solid #000 !important;
}
img.straiton-logo {
    width: 200px;
    margin-left: 50px;
}
/*Styling applied to the 'Contact' page*/
span#ctl00_mCPH_InformationLabel {
    color: #000;
    font-family: "Open Sans";
}
label {
    display: inline-block;
    font-family: "Open Sans";
}
.form__select:focus {
    outline: 2px dashed #000;
}
input#DebugSendButton {
    display: none;
}
input#SendButton {
    background: #30aa44 !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    color: #000;
    border: transparent !important;
    font-weight: bold;
    border: 2px solid #000 !important;
}
input#SendButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
input#SendButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
/*Styling applied to the 'Login' page on Straiton's portal*/
label#ctl00_mCPH_UsernameInputLabel {
    font-weight: bold;
    color: #000;
}
label.form-label {
    font-weight: bold;
    color: #000;
}
a#ctl00_mCPH_RegisterLink {
    color: #000;
    font-weight: bold;
}
a.link {
    color: #000;
    font-weight: bold;
}
input#ctl00_mCPH_LoginButton {
    background: #30aa44 !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    color: #000;
    border: transparent !important;
    font-weight: bold;
    border: 2px solid #000 !important;
}
input#ctl00_mCPH_LoginButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
input#ctl00_mCPH_LoginButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
/*Styling applied to the client registration pages on Straiton's portal*/
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: transparent !important;
    outline: 2px dashed #000 !important;
    box-shadow: none !important;
}
span#ctl00_mCPH_ctrl16_lblHighlander {
    display: none;
}
span#ctl00_mCPH_ctrl17_lblHighlander {
    display: none;
}
a#elementLabel1 {
    font-family: "Open Sans";
}
a#elementLabel2 {
    font-family: "Open Sans";
}
a#elementLabel3 {
    font-family: "Open Sans";
}

a#elementLabel4 {
    font-family: "Open Sans";
}
a#elementLabel5 {
    font-family: "Open Sans";
}
a#elementLabel6 {
    font-family: "Open Sans";
}
a#elementLabel7 {
    font-family: "Open Sans";
}
a#elementLabel8 {
    font-family: "Open Sans";
}a#elementLabel9 {
    font-family: "Open Sans";
}
a#elementLabel10 {
    font-family: "Open Sans";
}
a#elementLabel11 {
    font-family: "Open Sans";
}
a#elementLabel12 {
    font-family: "Open Sans";
}
a#elementLabel13 {
    font-family: "Open Sans";
}
a#elementLabel14 {
    font-family: "Open Sans";
}
a#elementLabel15 {
    font-family: "Open Sans";
}
a#elementLabel16 {
    font-family: "Open Sans";
}
a#elementLabel17 {
    font-family: "Open Sans";
}
div.Mandatory {
    color: Red;
    font-family: "Open Sans";
}
label {
    display: inline-block;
    font-family: "Open Sans";
    color: #000;
}
span {
    font-family: "Open Sans";
}